home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Windows.exe / res / ProcessPanel.Spec.xml < prev    next >
Text File  |  2006-12-13  |  576b  |  23 lines

  1. <processing>
  2.   <job name="JMF">
  3.     <os family="unix" /> 
  4.     <executefile name="$INSTALL_PATH/utils/jmf-install.sh">
  5.     <arg>$INSTALL_PATH</arg>
  6.     <arg>$jmf_file</arg>
  7.         </executefile>
  8.   </job>
  9.   <job name="Cleanup_unix">
  10.         <os family="unix" /> 
  11.     <executefile name="$INSTALL_PATH/utils/cleanup.sh">
  12.       <arg>$INSTALL_PATH</arg>
  13.     </executefile>
  14.   </job>
  15.   <job name="Cleanup_windows">
  16.         <os family="windows" /> 
  17.     <executefile name="$INSTALL_PATH/cleanup.bat">
  18.       <arg>$INSTALL_PATH</arg>
  19.     </executefile>
  20.   </job>
  21.  
  22. </processing>
  23.